home *** CD-ROM | disk | FTP | other *** search
/ START Magazine / START VOL 3 NO 8.st / SEURDOCS.ARC / TYPE.DOC < prev    next >
Encoding:
Text File  |  1988-12-07  |  3.5 KB  |  72 lines

  1.  
  2.                                  TYPE.PRG
  3.  
  4.      The TYPE.PRG is used to read the User's Manual on  disk,  SEURAT.DOC. 
  5. Think of it as a tutorial driver program.
  6.  
  7.      TYPE  is intended to replace the "Show" option that appears when  you 
  8. double-click on a non-executable file from the Desktop.
  9.  
  10.      TYPE  scrolls forward and backward by page or by line and allows  you 
  11. to jump to the end or beginning of a document.  It prints to the screen at 
  12. a rate an order of magnitude faster than the "Show" option.
  13.  
  14.      TYPE does not buffer input but loads the entire file into memory  and 
  15. formats  the text before displaying it (at 7565 bytes per second).  For  a 
  16. smallish file,  the "Show" option is probably faster to use,  but for  any 
  17. textfile larger than 6kb to 8kb, TYPE pulls ahead!
  18.  
  19.      Since TYPE.PRG looks  at the basepage,  you can install your .DOC  or 
  20. .LST  or .MSS files as an application for the  TYPE.PRG.  Then,  when  you 
  21. double-click  on  a document,  the TYPE.PRG will take over  and  show  it, 
  22. instead of TOS.
  23.  
  24.      It is particularly useful when operating in low resolution,  since it 
  25. generates an full 80-column display,  regardless of the resolution at  the 
  26. Desktop level.
  27.  
  28.       It  has  some limitations.   The length of file it  will  accept  is 
  29. limited by available memory and is determined by the program.  If the file 
  30. you wish to read is too long, an alert will notify you of the maximum file 
  31. size that the program can handle before aborting the read.
  32.  
  33.      TYPE is configured to deal with a maximum of 2200 lines of  text.  If 
  34. it loads a text file of less than the maximum size that has more than 2200 
  35. lines, it will truncate the file and display the first 2200 lines of text.
  36.  
  37.      If the file TYPE loads has no carriage return in the first 256 bytes,  
  38. TYPE will abort the read, as a safeguard against trying to display program 
  39. and data files, but the user will be alerted as to the cause.
  40.  
  41.       TYPE checks the first line of the file to see if that text  line  is 
  42. longer  than 240 characters and aborts (again,  with alert) if it  is.  If 
  43. lines  longer than 80 characters occur in the file,  they will be  doubled 
  44. over (up to 240 characters).
  45.  
  46.      The specific commands for TYPE.PRG are as follows:
  47.      The up arrow cursor key scrolls the document backward one page.
  48.      The down arrow cursor key scrolls the document forward one page.
  49.      The left arrow cursor key scrolls the document backward one line.
  50.      The right arrow cursor key scrolls the document forward one line.
  51.  
  52.      Any number key on the keyboard ('1' through '9') scrolls the document 
  53. in  the last previously called direction  and  with an increment  that  is 
  54. multiplied  by  the number keyed.   That is,  if you  have  just  scrolled 
  55. backward  by  one line and you press the 9 key  next,  TYPE   will  scroll 
  56. backward by nine lines.  If you had just paged forward,  pressing the  '9' 
  57. key would jump you ahead by nine pages.
  58.  
  59.      The <Clr/Home> key jumps to the beginning of the document.
  60.      The <Insert> key jumps to the last page of the document.
  61.      The <Undo> key Quits the read and returns you to GEM Desktop.
  62.  
  63.      24  lines  are displayed and a command ledger line  appears  at  the 
  64. bottom of each page.
  65.  
  66.       TYPE  pages  with  an overlap of one  line  to  assure  you  reading 
  67. continuity.   Page  boundaries are not fixed,  but always begin  with  the 
  68. currently displayed screen.
  69.  
  70.                                         S. K. Webb
  71.                                         SKWare One, Inc.
  72.